﻿.page-large{
	text-align: center;
	margin:30px 0;
	font-family: Arial, Helvetica, sans-serif;
}
.page-large>div{
	display: flex;
	align-items: center;
	justify-content: center;
}
.page-large a{
	color:#999;
	width: 26px;
	height: 26px;
	line-height:28px;
	border-radius: 3px;
	background: #ececec;
	margin:0 5px;
}
.page-large .on{
	background:#FFA04E;
	color: #fff;
}